{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please answer the questions below: {% endblock %} {% block content %}
{% formfield player.gender label="Please select your gender" %} {% formfield player.breakfast_this_morning label="Did you eat breakfast this morning?" %} {% formfield player.breakfast_usually label="Do you usually eat breakfast?" %}
{% next_button %} {% endblock %}